Scenario #5100: Query Relations by Contact

Properties

Required

Given

name value
contactUuid 2f189108-ed7e-4698-88fc-5fc5b29729ef

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=c7b75e67-8032-40b6-a6a3-2cac00ee49af&contactUuid=2f189108-ed7e-4698-88fc-5fc5b29729ef" // Contact: Michelle Matthieu \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "304c9ff0-e600-41dd-a57b-5e14b13976a7",
  "anchor" : {
    "uuid" : "c7b75e67-8032-40b6-a6a3-2cac00ee49af", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "holder" : {
    "uuid" : "c7b75e67-8032-40b6-a6a3-2cac00ee49af", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "type" : "DEBITOR",
  "mark" : null,
  "contact" : {
    "uuid" : "2f189108-ed7e-4698-88fc-5fc5b29729ef", // Contact: Michelle Matthieu
    "caption" : "Michelle Matthieu",
    "postalAddress" : {
      "zipcode" : "22123",
      "country" : "Germany",
      "city" : "Hamburg",
      "street" : "An der Wandse 34",
      "name" : "Michelle Matthieu"
    },
    "emailAddresses" : {
      "main" : "michelle@matthieu.example.org"
    },
    "phoneNumbers" : {
      "mobile" : "+49 152 1234567"
    }
  }
}, {
  "uuid" : "40c6c87f-3490-42fa-a3f2-fc2fbe748c6f",
  "anchor" : {
    "uuid" : "8f6b2e83-5cd0-4f3b-bac9-c56b374445cf", // Person: Hostsharing eG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Hostsharing eG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "c7b75e67-8032-40b6-a6a3-2cac00ee49af", // personUuid
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michelle",
    "familyName" : "Matthieu-Zhang"
  },
  "type" : "PARTNER",
  "mark" : null,
  "contact" : {
    "uuid" : "2f189108-ed7e-4698-88fc-5fc5b29729ef", // Contact: Michelle Matthieu
    "caption" : "Michelle Matthieu",
    "postalAddress" : {
      "zipcode" : "22123",
      "country" : "Germany",
      "city" : "Hamburg",
      "street" : "An der Wandse 34",
      "name" : "Michelle Matthieu"
    },
    "emailAddresses" : {
      "main" : "michelle@matthieu.example.org"
    },
    "phoneNumbers" : {
      "mobile" : "+49 152 1234567"
    }
  }
} ]

generated on 2026-08-10 03:08:33 for branch HEAD